[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  Function            isAssignavail - is ASSIGN installed

  Syntax              boolean isAssignavail(void);

  Prototype in        doshk.h

  Remarks             checks if ASSIGN is installed.

  Return value        returns TRUE if ASSIGN is installed, FALSE
                      otherwise.

  See also            getAssignmemseg(), isAppendavail(), isShareAvail()

  Example             #include <ibm.h>

                      main()
                      {
                           printf("ASSIGN is ");
                           if (! isAssignavail())
                                printf("not ");
                           printf("installed\n");
                      }


See Also: getAssignmemseg() isAppendavail() isShareAvail()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson